.calendar_button
{
	border:none;
	cursor:pointer;
}

.picker
{
	border-right: gray 1px solid;
	padding-right: 2px;
	border-top: gray 1px solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	border-left: gray 1px solid;
	cursor: pointer;
	padding-top: 2px;
	border-bottom: gray 1px solid;
	font-family: Arial, Tahoma, "Verdana" ,monospace;
	background-color: #ffffff;
}

.dayheader
{
	font-weight: bold;
	font-size: 8pt;
	cursor: default;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	height: 24px;
	background-color: #e0dfe3;
	text-align: center;
}

.header
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 4px;
	vertical-align: middle;
	color: white;
	padding-top: 4px;
	font-family: Arial, Tahoma, Verdana;
	height: 22px;
	background-color: #427dbd;
	text-align: left;
}

.headerbutton
{
	font-size:10pt;
	padding-left:5px;
	padding-right:5px;
}

.footer
{
	background-color:#427dbd;
	background-position:0px 1px;
	color:white;
	font-size:10pt;
	font-weight:bold;
	font-family: Arial, Tahoma, Verdana;
	text-align:right;
	padding-top:4px;
	padding-right:3px;
	padding-bottom:0px;
	height:25px;
}

.footer TD
{
	color:white;
	font-size:10pt;
	font-weight:bold;
	font-family: Arial, Tahoma, Verdana;
}

.button
{
	background-color:#E0DFE3;
	background-image:url(../../Skin/images/Calendar/dayheader_bg.gif);
	font-family: Arial, Tahoma, Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#333333;
	vertical-align:middle;
}

.calendar
{
	border-width:1px;
	border-style:solid;
	border-color:#57566F;
	cursor:default;
}

.nextprev
{
	padding:0px;
	width:31px;
	height:30px;
	cursor:pointer;
}

.day
{
	font-family: Arial, Tahoma, Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color:white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:31px;
	width:31px;
	cursor:pointer;
}

.othermonthday
{
	color:#B2B1CA;
}

.selectedday
{
	border-right: #57566f 1px solid;
	border-top: #57566f 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #57566f 1px solid;
	cursor: default;
	color: black;
	border-bottom: #57566f 1px solid;
	font-family: Arial, Tahoma, Verdana;
	background-color: honeydew;
	text-align: center;
}

.dayhover
{
	border-right: #f6f6f6 1px solid;
	border-top: white 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: white 1px solid;
	width: 31px;
	cursor: pointer;
	color: #57566f;
	border-bottom: #f6f6f6 1px solid;
	font-family: Arial, Tahoma, Verdana;
	height: 31px;
	background-color: white;
	text-align: center;
	text-decoration: underline;
}

.othermonthdayhover
{
	color:#B2B1CA;

	text-decoration:underline;
}

.selecteddayhover
{
	border-right: #57566f 1px solid;
	border-top: #57566f 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #57566f 1px solid;
	color: black;
	border-bottom: #57566f 1px solid;
	font-family: Arial, Tahoma, Verdana;
	background-color: honeydew;
	text-align: center;
}

.disabledday
{
  text-decoration:none;
  background-image:url(../../Skin/images/Calendar/baddate.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}